Bump pipe-fittings to v2.9.1 to fix GHCR plugin install auth error#4980
Merged
Conversation
pipe-fittings v2.9.1 adds an anonymous retry to OCI pulls when stored GHCR credentials (from ~/.docker/config.json) are rejected. Without this, an expired or revoked PAT causes `steampipe plugin install` to fail with an opaque 403 even when the image is publicly pullable. Also picks up the pipe-fittings dependabot security sweep and GH Actions hardening included in v2.9.0.
…g workspace The previous test fixtures referenced AWS account 632902152528 / alias 'nagraj-aaa', which no longer exist in the turbot-ops/clitesting test workspace. Updating to account 097350876455 / alias 'turbot-silverwater' to match the current workspace state.
MichaelBurgess
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/turbot/pipe-fittings/v2from v2.6.3 to v2.9.1.steampipe plugin installfailing with an opaque 403 when stale GHCR credentials are present in~/.docker/config.json(from a priordocker login). pipe-fittings v2.9.1 retries OCI pulls anonymously when stored credentials are rejected. (pipe-fittings#792 / Modify the queries insearch-pathacceptance tests #793)promptdisappears iffdwis installed ininteractivemode #785) and GH Actions hardening (ChangeError: context canceledwhencheckis canceled #786), plus transitive CVE bumps (grpc 1.73.0 → 1.79.3, go-git 5.16.2 → 5.16.5).Risk
The bump crosses pipe-fittings v2.7.x and v2.8.x, which include the lazy-loading parser work (#773). That code has been running in production in powerpipe v1.5.1 (pipe-fittings v2.9.0) since 2026-04-07, so this is not a first-mover change.
Steampipe does not load mods/workspaces, so the only part of #773 that executes here is the parallel
LoadFileDatapath inpipe-fittings/parse, which activates when >=4.spcfiles are loaded.Test plan
make build- cleansteampipe service startwith 4.spcfiles (parallelLoadFileDatapath)steampipe query "select now(), current_date"- TIMESTAMPTZ + DATE display correctsteampipe plugin list- OCI layer intactsteampipe service stop- clean